home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Serial / DLLDef next >
Text File  |  1995-08-23  |  665b  |  49 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Serial"
  6.   version 1.10
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Serial_GetRxRate
  14.   Serial_SetRxRate
  15.   Serial_GetTxRate
  16.   Serial_SetTxRate
  17.   Serial_PutByte
  18.   Serial_GetStatus
  19.   Serial_SetStatus
  20.   Serial_Deactivate
  21.   Serial_SendBreak
  22.   Serial_GetFormat
  23.   Serial_SetFormat
  24.   Serial_Activate
  25.   Serial_GetByte
  26.   Serial__NZPWORRemove
  27.   Serial_NonZeroPollWordOnReceive
  28. }
  29.  
  30. ; --- Object files ---
  31.  
  32. objects
  33. {
  34.   o.SendBreak
  35.   o.Deactivate
  36.   o.SetStatus
  37.   o.GetStatus
  38.   o.NZPWOnRec
  39.   o.SetRxRate
  40.   o.GetRxRate
  41.   o.SetTxRate
  42.   o.GetTxRate
  43.   o.PutByte
  44.   o.Activate
  45.   o.GetByte
  46.   o.SetFormat
  47.   o.GetFormat
  48. }
  49.